shell

用途

打开一个已经被初始化了Grails运行环境的Groovy终端。

举例

grails shell

描述

用法:

grails [environment]* shell

打开一个Grails shell,常规Groovy shell的加强版,并绑定了下面这对有用的变量:

这非常有用,因为通过他们可以访问Grails内的会话及上下文中你感兴趣的bean。

触发的事件:

例子:

Groovy Shell (1.1-rc-1, JVM: 1.5.0_07-87)
Type 'go' to execute statements; Type 'help' for more information.
groovy> Book.list()
groovy> go